@font-face {
	src: url("../font/AvantGardeLT-ExtraLight.otf");
	font-family: "AvantGardeLT-ExtraLight";
}

body {
	margin: 0;
	cursor: default;
	/*zoom: 0.8;*/
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

ul li {
	list-style-type: none;
}

input[type="button"] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

@media (min-width: 1020px) {
	#H5 {
		display: none;
	}
}

@media (max-width: 1020px) {
	#PC {
		display: none;
	}
}

.container {
	width: 1200px;
	height: 100%;
	margin: auto;
	display: flex;
}

.BANNER {
    margin-top: 110px;
	width: 100%;
}

.BANNER .swiper-container {
	width: 100%;
	height: 100%;
}

.BANNER .swiper-slide {
	width: 100%;
	height: 100%;
}

.BANNER .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #BCBBBB;
	opacity: 1;
}

.BANNER .swiper-pagination-bullet-active {
	width: 44px;
	background: white;
	border-radius: 14px;
	opacity: 1;
}

.banne {
	width: 100%;
	/*height: 850px;*/
	display: block;
	object-fit: cover;
	object-position: center;
}

.INZSKYS {
	width: 100%;
	display: flex;
	margin-top: 110px;
	display: none;
	position: relative;
}

.inzskyimg {
	width: 45%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -40%);
	z-index: -1;
}

.INZSKY {
	width: 1200px;
	margin: auto;
}

.inzsky1 {
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #030000;
	font-weight: bold;
}

.inzsky1 span {
	box-sizing: border-box;
	padding: 0 15px;
	position: relative;
}

.inzsky1 span::after {
	content: '';
	width: 100%;
	height: 24px;
	background: #CDD9EC;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.inzsky2 {
	width: 100%;
	margin-top: 110px;
	display: flex;
}

.inzsky2_1 {
	width: 54%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
	display: inline-block;
}

.inzsky21 {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 80px;
	text-align: center;
}

.inzsky21:nth-child(1) {
	margin-top: 0;
}

.inzsky21:nth-child(2) {
	margin-top: 0;
}

.inzsky21:nth-child(3) {
	margin-top: 0;
}

.inzsky21:nth-child(3n) {
	margin-right: 0;
}

.inzsky21_1 {
	width: 100%;
	font-size: 14px;
	color: #07409E;
}

.inzsky21_1 span {
	font-size: 24px;
	font-weight: bold;
}

.inzsky21_2 {
	width: 100%;
	 margin-top: 25px; 
	font-size: 20px;
	color: #484848;
}

.inzsky2_2 {
	border-left: 1px solid #8E8E8E;
	box-sizing: border-box;
	width: 46%;
	float: left;
	font-size: 18px;
	color: #1E1E1E;
	padding: 0 20px;
	line-height: 40px;
}

.inzsky3 {
	width: 100%;
	display: inline-block;
}

.inzsky3 img {
	width: 32%;
	display: block;
	float: left;
	margin-right: 2%;
	margin-top: 100px;
}

.inzsky3 img:nth-child(3n) {
	margin-right: 0;
}

.INDCZLS {
	width: 100%;
	margin-top: 90px;
	box-sizing: border-box;
	padding: 0 70px;
}

.INDCZL {
	width: 100%;
}

.indczl1 {
	width: 100%;
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	color: #1E1E1E;
}

.indczl2 {
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
}

.indczl2 .swiper-father {
	width: 92%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.indczl2 .swiper-container {
	width: 100%;
	height: 100%;
}

.indczl2 .swiper-button-prev {
    display: none;
	width: 90px;
	height: 90px;
	background-image: url(../img/prev.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.indczl2 .swiper-button-next {
    display: none;
	width: 90px;
	height: 90px;
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.indczl3 {
	width: 100%;
	padding: 15px 0;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.indczl3::after {
	content: '';
	width: 70%;
	height: 100%;
	background: #F1F1F1;
	position: absolute;
	left: 30%;
	top: 0;
	z-index: -1;
}
.indczl3_1 {
	width: 47%;
	height: 500px;
	float: left;
	overflow: hidden;
	position: relative;
}

.indczl3_1 img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 10%;
    top: 50%;
    width: 100%;
    transition: all .5s;
    transform: translate(0%, -50%);
}
.indczl3:hover .indczl3_1 img {
    transform: translate(0%, -50%) scale(1.05);
}

.indczl3_2 {
	width: 53%;
	float: left;
	box-sizing: border-box;
	padding: 35px;
}

.indczl32_1 {
	width: 100%;
	font-size: 30px;
	color: #07409E;
}

.indczl32_2 {
	width: 100%;
	margin-top: 50px;
	font-size: 18px;
	line-height: 2;
	color: #1E1E1E;
}

.indczl32_3 {
	border: 1px solid #707070;
	box-sizing: border-box;
	width: 175px;
	height: 50px;
	display: block;
	margin-top: 50px;
	font-size: 23px;
	color: #575757;
	text-align: center;
	line-height: 50px;
}
.indczl32_3:hover{
    background-color: #07409E;
    color: #ffffff;
}

.INQXJNS {
	width: 100%;
	margin-top: 90px;
	display: flex;
}

.INQXJN {
	width: 100%;
}

.inqxjn1 {
	width: 100%;
	display: flex;
	margin-top: 70px;
}

.inqxjn2 {
	border-top: 1px solid #B7B7B7;
	border-bottom: 1px solid #B7B7B7;
	box-sizing: border-box;
	width: 27%;
	padding: 45px 0;
}

.inqxjn2_1 {
	box-sizing: border-box;
	width: 100%;
	height: 76px;
	padding-left: 50%;
	padding-right: 25px;
}

.inqxjn2_2 {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}

.inqxjn22_1 {
	max-width: 100%;
	display: block;
	margin: auto;
}

.inqxjn22_2 {
	max-width: 100%;
	display: none;
	margin: auto;
}

.inqxjn2_3 {
	width: 13px;
	display: inline-block;
	vertical-align: middle;
}

.inqxjn23_1 {
	max-width: 100%;
	display: block;
	margin: auto;
}

.inqxjn23_2 {
	max-width: 100%;
	display: none;
	margin: auto;
}

.inqxjn2_4 {
	width: 77%;
	line-height: 76px;
	text-align: center;
	font-size: 20px;
	color: #000000;
	display: inline-block;
	vertical-align: middle;
}

.inqxjn2_1.on {
	background: #07409E;
}

.inqxjn2_1.on .inqxjn22_1 {
	display: none;
}

.inqxjn2_1.on .inqxjn22_2 {
	display: block;
}

.inqxjn2_1.on .inqxjn23_1 {
	display: none;
}

.inqxjn2_1.on .inqxjn23_2 {
	display: block;
}

.inqxjn2_1.on .inqxjn2_4 {
	color: white;
}

.inqxjn3 {
	width: 73%;
}

.inqxjn3_1 {
	width: 100%;
	height: 100%;
	display: none;
	position: relative;
}

.inqxjn3_2 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.inqxjn3_3 {
	width: 410px;
	height: 90%;
	background: rgba(7, 64, 158, 0.5);
	box-sizing: border-box;
	padding: 35px;
	position: absolute;
	left: 0;
	top: 5%;
}

.inqxjn33_1 {
	width: 100%;
	font-size: 24px;
	color: white;
}

.inqxjn33_2 {
	width: 30px;
	display: block;
	margin-top: 30px;
}

.inqxjn33_3 {
	width: 100%;
	margin-top: 25px;
	font-size: 16px;
	color: white;
	line-height: 30px;
}

.INGJFWS {
	width: 100%;
	margin-top: 90px;
	display: flex;
}

.INGJFW {
	width: 100%;
}

.ingjfw1 {
	width: 100%;
	margin-top: 40px;
	display: flex;
	background-image: url(../img/img18.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ingjfw2 {
	width: 1200px;
	margin: 65px auto;
	display: flex;
	align-items: center;
}

.ingjfw2_1 {
	width: 15.834%;
	/* background: red; */
	float: left;
	margin-right: 1%;
}

.ingjfw2_1:nth-child(6n) {
	margin-right: 0;
}

.ingjfw2_2 {
	max-width: 86px;
	display: block;
	margin: auto;
}

.ingjfw2_3 {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	color: white;
}

.INLXWMS {
	width: 100%;
	margin: 60px 0 86px;
	display: flex;
}

.INLXWM {
	width: 1200px;
	margin: auto;
}

.inlxwm1 {
	width: 100%;
	margin-top: 40px;
	display: inline-block;
}

.inlxwm2 {
	width: 44%;
	float: left;
	display: inline-block;
}
.newlxwm{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.newlxwm1{
    font-size: 0;
    margin-right: 13px;
}
.newlxwm2{
    flex: 1;
}
.newlxwm3{
    font-size: 16px;
    color: #030000;
    font-weight: bold;
    line-height: 24px;
}

.inlxwm2_1 {
	width: 30%;
	float: left;
	/*margin-right: 14%;*/
	margin-right: 3%;
	font-size: 22px;
	color: #5D5D5D;
	text-align: center;
}

.inlxwm2_1:last-child {
	margin-right: 0;
}

.inlxwm2_1 img {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

.inlxwm3 {
	width: 56%;
	float: left;
}
.newlxwm4{
    background-image: url(../img/con_bg.png);
    padding: 30px 60px 30px 56px;
}
.newlxwm5{
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
}
.newlxwm6{
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newlxwm7{
    width: calc((100% - 70px)/2);
}
.newlxwm7 input{
    width: 100%;
    height: 45px;
    background-color: rgba(0,0,0,0);
    font-size: 16px;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.49);
    outline: none;
}
.newlxwm7 input::-webkit-input-placeholder{ /*WebKit browsers*/
	color: rgba(255,255,255,0.49);
}
.newlxwm7 input::-moz-input-placeholder{ /*Mozilla Firefox*/
	color: rgba(255,255,255,0.49);
}
.newlxwm7 input::-ms-input-placeholder{ /*Internet Explorer*/ 
	color: rgba(255,255,255,0.49);
}
.newlxwm8{
    margin-top: 15px;
}
.newlxwm8 input{
    width: 100%;
    height: 45px;
    background-color: rgba(0,0,0,0);
    font-size: 16px;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.49);
    outline: none;
}
.newlxwm8 input::-webkit-input-placeholder{ /*WebKit browsers*/
	color: rgba(255,255,255,0.49);
}
.newlxwm8 input::-moz-input-placeholder{ /*Mozilla Firefox*/
	color: rgba(255,255,255,0.49);
}
.newlxwm8 input::-ms-input-placeholder{ /*Internet Explorer*/ 
	color: rgba(255,255,255,0.49);
}
.newlxwm8 textarea{
    width: 100%;
    height: 70px;
    resize: none;
    box-sizing: border-box;
    outline: none;
    padding: 15px 0;
    background-color: rgba(0,0,0,0);
    border: none;
    font-size: 16px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,0.49);
}
.newlxwm8 textarea::-webkit-input-placeholder{ /*WebKit browsers*/
	color: rgba(255,255,255,0.49);
}
.newlxwm8 textarea::-moz-input-placeholder{ /*Mozilla Firefox*/
	color: rgba(255,255,255,0.49);
}
.newlxwm8 textarea::-ms-input-placeholder{ /*Internet Explorer*/ 
	color: rgba(255,255,255,0.49);
}
.newlxwm9{
    margin-top: 30px;
}
.newlxwm9 input{
    background-color: rgba(0,0,0,0);
    border: none;
    border: 1px solid rgba(255,255,255,0.49);
    width: 117px;
    height: 40px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    transition: all .5s;
}
.newlxwm9 input:hover{
    transform: scale(1.05);
}

.inlxwm3_1 {
	width: 100%;
	font-size: 25px;
	color: #5D5D5D;
	line-height: 45px;
}

.FDS {
	width: 75px;
	position: fixed;
	right: 0;
	top: 60%;
	z-index: 1001;
}

.fd {
	width: 100%;
	height: 75px;
	background: #EFEFEF;
	margin-bottom: 10px;
	position: relative;
}

.fd:last-child {
	margin-bottom: 0;
}

.fd1 {
	width: 100%;
	display: block;
	font-size: 14px;
	color: #3A3A3A;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .5s;
}
.fd1:hover{
    transform: translate(-50%, -50%) scale(1.02);
}

.fd1 img {
	max-height: 25px;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.fd2{
    position: absolute;
    width: 300px;
    background-color: #fff;
    padding: 30px;
        box-sizing: border-box;
    right: 100%;
    text-align: center;
    display: none;
    top: -40px;
    transition: all .5s;
}
.fd2_1{
    width: 100px;
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #333;
}
.fd2_1:last-child{
    margin-right: 0;
}
.fd2_1 img{
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.fd3{
        width: 400px;
    /*height: 250px;*/
    position: absolute;
    background-color: #fff;
    padding: 40px 30px 50px;
    box-sizing: border-box;
    right: 100%;
    display: none;
    top: -80px;
    text-align: left;
    transition: all .5s;
}
.fd3_1{
    width: 100%;
}
.fd3_1 input {
    width: 100%;
    border: 1px solid #959595;
    box-sizing: border-box;
    outline: none;
    height: 50px;
    font-size: 20px;
    padding-left: 15px;
    display: block;
    margin-bottom: 20px;
}
.fd3_1 button {
    border: none;
    outline: none;
    font-size: 16px;
    color: #fff;
    background: #07409e;
    height: 50px;
    width: 100%;
    display: block;
}
.fd3_2 {
    font-size: 16px;
    color: #5b5b5b;
    margin-top: 18px;
}
.fd3_3 {
    margin-top: 40px;
    font-size: 22px;
    color: #5b5b5b;
}
.fd.on .fd2{
    display: block;
}
.fd.on .fd3{
    display: block;
}
.NYBANNER {
    margin-top: 110px;
	width: 100%;
	position: relative;
}

.nybanne1 {
	width: 100%;
	height: 625px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.nybanne2 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.nybanne3 {
	width: 100%;
}

.nybanne3_1 {
	width: 100%;
	font-size: 34px;
	color: #000000;
}

.nybanne3_2 {
	width: 100%;
	font-size: 14px;
	color: #000000;
	font-family: "AvantGardeLT-ExtraLight";
}

.nybanne3_3 {
	width: 100%;
	margin-top: 40px;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}

.bg {
	background: #F7F7F7;
}

.RJGLS {
	width: 100%;
	margin-top: 100px;
	position: relative;
}
#ppjs{
    position: absolute;
    top: -130px;
}

.RJGL {
	width: 100%;
}

.rjgl1 {
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #07409E;
	font-weight: bold;
}

.rjgl1 span {
	box-sizing: border-box;
	padding: 0 15px;
	position: relative;
}
.rjgl1 code{
    position: relative;
    z-index: 2;
    font-family: inherit;
}
.rjgl1 span::after {
	content: '';
	width: 100%;
	height: 24px;
	background: #CDD9EC;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.rjgl2 {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	color: #BFCBDF;
}

.rjgl3 {
	width: 100%;
	margin-top: 55px;
	font-size: 22px;
	color: #1E1E1E;
	line-height: 45px;
}

.rjgl3 img {
	max-width: 100%;
	display: block;
	margin: auto;
	margin-top: 55px;
}

.PPNUMS {
	width: 100%;
	background: #07409E;
	display: flex;
}

.PPNUM {
	width: 100%;
	margin: 55px auto;
	/*display: inline-block;*/
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.ppnum1 {
	width: 15.834%;
	float: left;
	margin-right: 1%;
}

.ppnum1:nth-child(6n) {
	margin-right: 0;
}

.ppnum2 {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: white;
}

.ppnum2 span {
	font-size: 32px;
	font-weight: bold;
}

.ppnum3 {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
	color: white;
}

.QYYJS {
	width: 100%;
	display: flex;
	position: relative;
}
#qywh{
    position: absolute;
    top: -70px;
}

.QYYJ {
	width: 100%;
	margin: 60px auto;
	position: relative;
}

.qyyj2 {
    margin-top: 50px;
	width: 85%;
	margin-left: 15%;
}

.qyyj1 {
	width: 57%;
	background: rgba(7, 62, 153, 0.8);
	padding: 50px 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.qyyj1_1 {
	width: 100%;
}

.qyyj1_1 span {
	font-size: 40px;
	color: white;
	font-weight: bold;
	padding: 0 30px;
	box-sizing: border-box;
	position: relative;
}

.qyyj1_1 span::after {
	content: '';
	width: 100%;
	height: 24px;
	background: #DB4C10;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.qyyj1_2 {
	width: 100%;
	margin-top: 50px;
	box-sizing: border-box;
	padding: 0 50px;
	font-size: 22px;
	color: white;
	    line-height: 40px;
}

.CXYFS {
	width: 100%;
	margin-top: 20px;
	padding: 40px 0;
	background-color: #f8f8f8;
}

.CXYF {
	width: 100%;
}

.cxyf1 {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
	color: #1E1E1E;
}

.cxyf2 {
	width: 100%;
	display: inline-block;
}

.cxyf2_1 {
	width: 32%;
	display: block;
	margin-right: 2%;
	margin-top: 60px;
	float: left;
	box-shadow: 4px 0 15px rgba(7, 64, 158, 0.15);
	background: white;
	overflow: hidden;
	transition: all .5s;
}
.cxyf2_1:hover{
    transform: translateY(-10px);
}
.cxyf2_1:nth-child(3n) {
	margin-right: 0;
}

.cxyf2_2 {
	width: 100%;
	height: 275px;
	display: block;
	transition: all .5s;
	object-fit: cover;
	object-position: center;
}
.cxyf2_1:hover .cxyf2_2{
    transform: scale(1.05);
}
.cxyf2_3 {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 25px;
}

.cxyf23_1 {
	width: 100%;
	font-size: 22px;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cxyf23_2 {
	width: 35px;
	display: block;
	margin-top: 20px;
}

.cxyf23_3 {
	width: 100%;
	height: 150px;
	margin-top: 30px;
	font-size: 16px;
	color: #1E1E1E;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.RYZZS {
	width: 100%;
	margin: 80px 0;
	position: relative;
}
#ryzz{
    position: absolute;
    top: -130px;
}
.kcontainer{
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
}
.RYZZ {
	width: 100%;
}

.ryzz1 {
	width: 100%;
	margin-top: 50px;
}
.ryzz1 .swiper-container{
    width: 100%;
    height: 100%;
}
.ryzz1 .swiper-slide{
   width: 100%;
    height: 100%; 
}
.ryzz1_1 {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px 30px;
	/*width: 32%;*/
	/*float: left;*/
	/*margin-right: 2%;*/
	/*margin-top: 50px;*/
}

.ryzz1_1:nth-child(3n) {
	margin-right: 0;
}

.ryzz1_2 {
	width: 100%;
	height: 370px;
	background: white;
	box-shadow: 4px 0 15px rgba(7, 64, 158, 0.15);
	position: relative;
	overflow: hidden;
}

.ryzz1_2 img {
	max-width: 90%;
	max-height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .5s;
}
.ryzz1_1:hover .ryzz1_2 img{
    transform: translate(-50%, -50%) scale(1.05);
}
.ryzz1_3 {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
	color: #1E1E1E;
}

.CPLISTS {
	width: 100%;
	box-sizing: border-box;
	padding: 45px 85px;
}

.CPLIST {
	width: 100%;
}

.cpli {
	width: 100%;
	display: block;
	padding: 75px 15%;
	margin-bottom: 40px;
	box-sizing: border-box;
	background-image: url(../img/img38.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cpli:last-child {
	margin-bottom: 0;
}

.cpli1 {
	width: 27%;
	display: inline-block;
	vertical-align: middle;
}

.cpli1 img {
	max-width: 100%;
	display: block;
	margin: auto;
	transition: all .5s;
}
.cpli:hover .cpli1 img {
    transform: scale(1.05);
}
.cpli2 {
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 72%;
	padding: 0 11%;
	display: inline-block;
	vertical-align: middle;
}

.cpli2_1 {
	width: 100%;
	font-size: 40px;
	color: #010101;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cpli2_2 {
	width: 100%;
	margin-top: 40px;
	font-size: 16px;
	color: #777777;
	line-height: 30px;
}

.cpli2_3 {
	width: 100%;
	margin-top: 50px;
	display: inline-block;
}

.cpli23 {
	width: 80%;
	max-width: 410px;
	height: 50px;
	float: left;
	margin-right: 2%;
	margin-top: 5px;
	background: #07409E;
	display: inline-block;
	transition: all .4s;
}
.cpli23:hover{
    transform: scale(1.03);
}

.cpli23:nth-child(2n) {
	margin-right: 0;
}

.cpli23_1 {
	width: 76%;
	float: left;
	line-height: 50px;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 20px;
	color: white;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cpli23_2 {
	width: 60px;
	height: 50px;
	display: block;
	float: right;
}

.CPDETOPS {
	width: 100%;
}

.CPDETOP {
	width: 100%;
	margin: 60px auto;
}

.cpdetopF {
	width: 100%;
	display: inline-block;
}

.cpdetopF1 {
	width: 35%;
	min-height: 10px;
	float: left;
	overflow: hidden;
}
.cpdetopF1 .swiper-container{
	width: 100%;
	height: 100%;
}
.cpdetopF1 .swiper-slide{
	border: 1px solid #C5C5C5;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.cpdetopF1 img {
	width: 100%;
	display: block;
	transition: all .5s;
}
.cpdetopF1 img:hover{
    transform: scale(1.05);
}
.cpdetopF2 {
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 65%;
	padding-left: 4%;
	float: left;
}

.cpdetopF2_1 {
    margin-top: 60px;
	width: 100%;
	line-height: 60px;
	font-size: 32px;
	color: #010101;
	font-weight: bold;
}

.cpdetopF2_2 {
    display: none;
	width: 100%;
	font-size: 36px;
	color: #010101;
}

.cpdetopF2_3 {
	width: 25px;
	display: block;
	margin-top: 40px;
}

.cpdetopF2_4 {
	width: 100%;
	display: inline-block;
}

.cpdetopF24 {
	border: 1px solid #C5C5C5;
	box-sizing: border-box;
	width: 135px;
	height: 135px;
	margin-top: 50px;
	float: left;
	margin-right: 20px;
	position: relative;
}

.cpdetopF24 img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: all .5s;
	transform: translate(-50%, -50%);
}
.cpdetopF24:hover img {
	transform: translate(-50%, -50%) scale(1.05);
}
.cpdetopF2_5 {
	width: 100%;
	margin-top: 50px;
}

.cpdetopF25_1 {
	width: 123px;
	height: 47px;
	border-radius: 47px;
	background: #07409E;
	text-align: center;
	line-height: 47px;
	color: white;
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	transition: all .5s;
}
.cpdetopF25_1:hover{
    transform: scale(1.02);
}

.cpdetopF25_2 {
	margin-left: 35px;
	font-size: 24px;
	color: #07409E;
	display: inline-block;
	vertical-align: middle;
}

.cpdetopF25_2 img {
	width: 24px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.cpdetopF25_2 span {
	display: inline-block;
	vertical-align: middle;
}

.cpdetopT {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.cpdetopT1 {
	width: 14.9%;
	margin-right: 1.7%;
	margin-top: 75px;
	padding-bottom: 45px;
	box-sizing: border-box;
	/*float: left;*/
		display: inline-block;
	background-image: url(../img/img44.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .5s;
}
.cpdetopT1:hover{
    transform: scale(1.02);
    box-shadow: 0 0 10px #dddddd;
}

.cpdetopT1:nth-child(6n) {
	margin-right: 0;
}
.cpdetopT1:last-child{
    	margin-right: 0;
}

.cpdetopT1_1 {
	width: 30px;
	display: block;
	margin: auto;
}

.cpdetopT1_2 {
	width: 100%;
	margin-top: 35px;
	text-align: center;
	font-size: 16px;
	color: #07409E;
}

.CPJJS {
	width: 100%;
	position: relative;
}

.cpbg {
	width: 100%;
	height: 600px;
	background: #F2F2F2;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.CPJJ {
	width: 100%;
	margin: 80px auto;
}

.cpjj1 {
	width: 100%;
	text-align: center;
	font-size: 26px;
	color: #000000;
	font-weight: bold;
}

.cpjj1_1 {
	width: 65px;
	border-top: 1px solid #000000;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}

.cpjj1_2 {
	margin-left: 35px;
	margin-right: 35px;
	display: inline-block;
	vertical-align: middle;
}

.cpjj2 {
	width: 100%;
	margin-top: 50px;
}

.cpjj2_1 {
	/*width: 66%;*/
	margin: auto;
	display: block;
	/*box-shadow: 10px 10px 0px 0px #e6ecf5;*/
	position: relative;
}
.cpjj2_1 img{
    max-width: 100% !important;
    height: auto !important;
}
.cpjj2_1 video {
	width: 100% !important;
	height: auto !important;
	display: block;
}

.cpjj21 {
	width: 100%;
	height: 100%;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.cpjj21 img {
	width: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.cpjj3 {
	width: 100%;
	margin-top: 100px;
}

.cpjj3_1 {
	width: 50%;
	margin-right: 4%;
	display: inline-block;
	vertical-align: middle;
}

.cpjj3_2 {
	width: 45%;
	display: inline-block;
	vertical-align: middle;
}

.cpjj32_1 {
	width: 100%;
	/*font-size: 48px;*/
	font-size: 38px;
	color: #010101;
}

.cpjj32_2 {
	width: 100%;
	margin-top: 50px;
}

.cpjj32_2 span {
	background: #DB4C10;
	color: white;
	font-size: 24px;
	box-sizing: border-box;
	padding: 5px 15px;
}

.cpjj32_3 {
	width: 100%;
	margin-top: 20px;
	font-size: 18px;
	color: #777777;
	line-height: 30px;
}

.cpjj3_3 {
	width: 50%;
	margin-left: 4%;
	display: inline-block;
	vertical-align: middle;
}

.CPCSS {
	width: 100%;
}

.CPCS {
	width: 100%;
	margin: 100px auto 27px;
}

.cpcs1 {
	width: 100%;
	margin-top: 75px;
}

.cpcs1 img {
	max-width: 100%;
	display: block;
	margin: auto;
}

.XGALS {
	width: 100%;
	background: #EFEFEF;
}

.XGAL {
	width: 100%;
	margin: 60px auto;
}

.xgal1 {
	width: 100%;
	margin-top: 50px;
}

.xgal1 .swiper-father {
	width: 100%;
	height: 100%;
	position: relative;
}

.xgal1 .swiper-container {
	width: 92%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.xgal1 .swiper-button-prev {
	width: 25px;
	height: 45px;
	background-image: url(../img/prev2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.xgal1 .swiper-button-next {
	width: 25px;
	height: 45px;
	background-image: url(../img/next2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.xgal2 {
	width: 100%;
	display: block;
}

.xgal2_1 {
	width: 100%;
	height: 200px;
	display: block;
	object-fit: contain;
	object-position: center;
}

.xgal2_2 {
	width: 100%;
	margin-top: 30px;
	font-size: 20px;
	color: #221815;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ALLALS {
	width: 100%;
	background-color: #f4f4f4;
	display: flex;
	padding: 50px 0;
}

.ALLAL {
	width: 80%;
	margin: 40px auto;
	display: inline-block;
}

.alleft {
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 25%;
	float: left;
}
.aLeft{
    background-color: #ffffff;
    float: left;
    width: 80%;
    padding: 50px 50px 0;
    box-sizing: border-box;
}
.aRight{
    float: right;
    width: 18%;
}
.aRight1{
    margin-bottom: 16px;
    border: 1px solid #f4f4f4;
    background-color: #ffffff;
}
.aRight2{
    border-bottom: 1px solid #f4f4f4;
    padding: 0 16px;
    font-size: 16px;
    color: #2d373d;
    line-height: 40px;
}
.aRight3{
    padding: 10px 16px;
}
.aRight3 a{
    display: block;
    font-size: 14px;
    color: #2d373d;
    line-height: 32px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.aRight3 a:hover{
    color: #07409E;
}
.aRight4{
    padding: 10px 16px;
}
.aRight4 a{
    margin: 8px 8px 0 0;
    display: inline-block;
    background-color: #f0f0f0;
    line-height: 28px;
    font-size: 12px;
    padding: 0 12px;
    box-sizing: border-box;
    color: #a3a19e;
}
.allefF {
	width: 100%;
	background: #F5F5F5;
}

.allefF1 {
	width: 100%;
	height: 85px;
	box-sizing: border-box;
	padding: 0 13%;
}
.allefF1 a{
    width: 100%;
    height: 100%;
    display: block;
}
.allefF1_1 {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}

.allefF11_1 {
	max-width: 100%;
	display: block;
	margin: auto;
}

.allefF11_2 {
	max-width: 100%;
	display: none;
	margin: auto;
}

.allefF1_2 {
	width: 80%;
	font-size: 23px;
	color: #000000;
	line-height: 85px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.allefF1_3 {
	width: 15px;
	display: inline-block;
	vertical-align: middle;
}

.allefF13_1 {
	width: 100%;
	display: block;
}

.allefF13_2 {
	width: 100%;
	display: none;
}

.allefF1.on {
	background: #07409E;
}
.allefF1:hover{
    background: #07409E;
}

.allefF1.on .allefF11_1 {
	display: none;
}
.allefF1:hover .allefF11_1 {
	display: none;
}

.allefF1.on .allefF11_2 {
	display: block;
}
.allefF1:hover .allefF11_2 {
	display: block;
}

.allefF1.on .allefF1_2 {
	color: white;
}
.allefF1:hover .allefF1_2 {
	color: white;
}

.allefF1.on .allefF13_1 {
	display: none;
}
.allefF1:hover .allefF13_1 {
	display: none;
}

.allefF1.on .allefF13_2 {
	display: block;
}
.allefF1:hover .allefF13_2 {
	display: block;
}

.allefT {
	width: 100%;
	background: #444444;
	box-sizing: border-box;
	padding: 0 20px;
	margin-top: 20px;
}

.allefT1 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	font-size: 23px;
	color: white;
}

.allefT2 {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0;
	display: inline-block;
}

.allefT2_1 {
	max-width: 53%;
	float: left;
	margin-right: 8%;
	font-size: 23px;
	color: white;
}

.allefT2_1:nth-child(2n) {
	margin-right: 0;
}

.allefT2_1 img {
	max-width: 25px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.allefT2_1 span {
	display: inline-block;
	vertical-align: middle;
}

.alright {
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 73%;
	float: left;
	margin-left: 2%;
}
.alrightop{
    width: 100%;
}
.alrigh {
	width: 100%;
}

.alrig {
	width: 100%;
	display: inline-block;
}

.alrig1 {
	width: 49%;
	display: block;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	overflow: hidden;
}

.alrig1:nth-child(2n) {
	margin-right: 0;
}

.alrig1_1 {
	width: 100%;
	height: 330px;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: all .5s;
}
.alrig1:hover .alrig1_1{
    transform: scale(1.05);
}

.alrig1_2 {
	width: 100%;
	height: 65px;
	background: #07409E;
	box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	line-height: 65px;
	font-size: 23px;
	color: white;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ALCNT {
	width: 100%;
	margin: auto;
}

.altit {
	width: 100%;
	font-size: 28px;
	color: #000000;
}

.altit2 {
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	box-sizing: border-box;
	width: 100%;
	height: 6px;
	margin-top: 25px;
}

.aljj {
	border-bottom: 1px solid #BBBBBB;
	box-sizing: border-box;
	width: 100%;
	padding: 30px 0;
	font-size: 14px;
	color: #535353;
}

.aljj span {
	margin-right: 12%;
}

.aljj span:last-child {
	margin-right: 0;
}

.alcn {
	width: 100%;
}

.alcn1 {
	width: 100%;
	margin-top: 35px;
	overflow: hidden;
}
.alcnLeft{
    float: left;
}

.alcn1_1 {
	width: 100%;
	font-size: 21px;
	color: #000000;
	font-weight: bold;
}

.alcn1_2 {
	width: 100%;
	margin-top: 15px;
	font-size: 17px;
	color: #000000;
	word-wrap: break-word;
}
.alcn1_2 img{
    width: 100% !important;
    height: auto !important;
}
.alcn1_2 a:hover{
    color: #07409E;
}
.alcn2 {
	width: 100%;
	display: inline-block;
}

.alcn2 img {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-top: 40px;
}

.alcn2 img:nth-child(2n) {
	margin-right: 0;
}

.alcn3 {
	width: 100%;
	margin-top: 75px;
	text-align: center;
	font-size: 23px;
	color: #07409E;
	font-weight: bold;
}

.alcn4 {
	width: 100%;
	text-align: center;
}

.alcn4_1 {
	width: 270px;
	height: 70px;
	background: #07409E;
	display: inline-block;
	margin-right: 20px;
	font-size: 23px;
	color: white;
	margin-top: 25px;
	transition: all .5s;
}
.alcn4_1:hover{
    transform: scale(1.05);
}

.alcn4_1:last-child {
	margin-right: 0;
}

.alcn4_1 img {
	max-width: 25px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.alcn4_1 span {
	line-height: 70px;
	display: inline-block;
	vertical-align: middle;
}

.FWFLS {
	width: 100%;
	background: #07409E;
}

.FWFL {
	width: 100%;
	text-align: center;
}

.fwfl1 {
	box-sizing: border-box;
	height: 90px;
	line-height: 90px;
	font-size: 25px;
	color: white;
	margin-right: 11%;
	display: inline-block;
}

.fwfl1:last-child {
	margin-right: 0;
}

.fwfl1.on {
	position: relative;
}
.fwfl1:hover {
	position: relative;
}

.fwfl1.on::after {
	content: '';
	width: 100%;
	height: 12px;
	background: #DB4C10;
	position: absolute;
	left: 0;
	bottom: 0;
}

.fwfl1:hover::after {
	content: '';
	width: 100%;
	height: 12px;
	background: #DB4C10;
	position: absolute;
	left: 0;
	bottom: 0;
}

.XCKCS {
	width: 100%;
	position: relative;
	background-image: url(../img/img61.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#fa{
    position: absolute;
    top: -180px;
}
#fa1{
    position: absolute;
    top: -180px;
}
#fa2{
    position: absolute;
    top: -180px;
}
#fa3{
    position: absolute;
    top: -180px;
}
#fa4{
    position: absolute;
    top: -180px;
}

.XCKC {
	width: 100%;
	margin: 55px auto;
}

.xckc1 {
	width: 100%;
	font-size: 33px;
	color: #2A2A2A;
	font-weight: bold;
}

.xckc2 {
	width: 100%;
	margin-top: 15px;
	font-size: 15px;
	color: #787878;
}

.xckc3 {
	width: 100%;
	display: inline-block;
}

.xckc3_1 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-top: 30px;
	background: rgba(7, 64, 158, 0.85);
	padding: 30px 20px;
	box-sizing: border-box;
}

.xckc3_1:nth-child(4n) {
	margin-right: 0;
}

.xckc3_2 {
	width: 100%;
	display: inline-block;
}

.xckc32_1 {
	float: left;
	font-size: 56px;
	color: rgba(255, 255, 255, 0.5);
	font-family: "AvantGardeLT-ExtraLight";
}

.xckc32_2 {
	float: left;
	font-size: 22px;
	color: white;
	margin-left: 15px;
}

.xckc3_3 {
	width: 100%;
	height: 105px;
	font-size: 20px;
	color: white;
	margin-top: 100px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.FADZS{
	width: 100%;
	position: relative;
	background-image: url(../img/img63.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}
.FADZ{
	width: 100%;
	margin:60px auto;
}
.fadz1{
	width: 100%;
	margin-top: 30px;
}
.fadz1 img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.SGAZS{
	width: 100%;
	position: relative;
}
.SGAZ{
	width: 100%;
	margin:50px auto;
}
.sgaz1{
	width: 100%;
	display: inline-block;
	position: relative;
}
.sgaz1_1{
	width: 39%;
	background: #07409E;
	float: left;
	margin-top: 55px;
	margin-right: 2%;
}
.sgaz1_1:last-child{
	margin-right: 0;
}
.sgaz11_1{
	width: 40.99%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.sgaz11_3{
	width: 100%;
	font-size: 13px;
	color: white;
}
.sgaz11_3 span{
	font-size: 69px;
	font-family: "AvantGardeLT-ExtraLight";
}
.sgaz11_4{
	width: 100%;
	margin-top: 5px;
	font-size: 20px;
	color: white;
}
.sgaz11_2{
	width: 58%;
	height: 185px;
	object-fit: cover;
	object-position: center;
	display: inline-block;
	vertical-align: middle;
}
.sgaz1_2{
	width: 26%;
	    position: absolute;
	    right: 0;
	    top: 50%;
	    transform: translate(0,-37%);
}
.sgaz2{
	width: 100%;
	margin-top: 60px;
}
.sgaz2_1{
	width: 100%;
	margin-bottom: 25px;
	font-size: 22px;
	color: #231815;
}
.sgaz2_1:last-child{
	margin-bottom: 0;
}
.sgaz2_1 img{
	width: 15px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}
.sgaz2_1 span{
	display: inline-block;
	vertical-align: middle;
}
.TSYSS{
	width: 100%;
	position: relative;
}
.TSYS{
	width: 100%;
	margin:60px auto;
}
.tsys1{
	width: 100%;
	margin-top: 60px;
	box-sizing: border-box;
	padding-left: 25%;
}
.tsys1_1{
	border: 1px solid #777777;
	box-sizing: border-box;
	width: 100%;
	height: 95px;
	background: white;
	display: inline-block;
	margin-bottom: 10px;
}
.tsys1_1:last-child{
	margin-bottom: 0;
}
.tsys1_2{
	width: 170px;
	height: 100%;
	float: left;
	background: #07409E;
	text-align: center;
	line-height: 95px;
	font-size: 27px;
	color: white;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tsys1_3{
	width: 80%;
	height: 100%;
	/* background: red; */
	float: left;
	/*box-sizing: border-box;*/
	/*padding: 1% 5%;*/
	/*line-height: 95px;*/
	font-size: 22px;
	color: #000000;
	position: relative;
	/*overflow: hidden;*/
	/*white-space: nowrap;*/
	/*text-overflow: ellipsis;*/
}
.tsys1_3 span{
    width: 100%;
    	box-sizing: border-box;
    	display: block;
	padding: 1% 5%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.tsys1_4{
	width: 53%;
	position: absolute;
	left: 0;
	top: 25%;
	z-index: -1;
}
.ZDFWS{
	width: 100%;
	position: relative;
}
.ZDFW{
	width: 100%;
	margin:60px auto;
}
.zdfw1{
	width: 100%;
	display: inline-block;
}
.zdfw2{
	border: 1px solid #878787;
	box-sizing: border-box;
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 100px;
	padding: 40px 25px;
	padding-top: 0;
}
.zdfw2:nth-child(3n){
	margin-right: 0;
}
.zdfw2_1{
	border: 2px solid white;
	box-sizing: border-box;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: #07409E;
	box-shadow: 0 0 16px rgba(54,54,54,0.42);
	overflow: hidden;
	margin: auto;
	margin-top: -65px;
	position: relative;
}
.zdfw2_1 img{
	max-width: 80px;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.zdfw2_2{
	width: 100%;
	margin-top: 30px;
	text-align: center;
	font-size: 27px;
	color: #0A4FAB;
}
.zdfw2_3{
	width: 100%;
	height: 60px;
	margin-top: 30px;
	text-align: center;
	font-size: 22px;
	color: #3F3F3F;
	overflow: hidden;
}
.LWPTS{
	width: 100%;
	margin-top: 90px;
}
.LWPT{
	width: 100%;
}
.lwpt1{
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #0A4FAB;
	font-weight: bold;
}
.lwpt2{
	width: 73%;
	text-align: center;
	margin: auto;
	margin-top: 30px;
	font-size: 20px;
	color: #595959;
}
.lwpt3{
	width: 100%;
	display: inline-block;
}
.lwpt3_1{
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-top: 35px;
	position: relative;
}
.lwpt3_1:nth-child(2n){
	margin-right: 0;
}
.lwpt3_2{
	width: 100%;
	display: block;
}
.lwpt3_3{
	width: 100%;
	box-sizing: border-box;
	font-size: 26px;
	color: white;
	padding: 20px;
	text-align: right;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ALLZXCNTS{
	width: 100%;
}
.ALLZXCNT{
	width: 100%;
	margin:30px auto;
}
.zxlist{
	border-bottom: 1px solid #D9D9D9;
	box-sizing: border-box;
	width: 100%;
	display: inline-block;
	padding: 45px 0;
	overflow: hidden;
}
.zxli1{
	border-left: 6px solid #07409E;
	box-sizing: border-box;
	width: 150px;
	float: left;
	padding: 0 20px;
	color: #07409E;
	display: none;
}
.zxli1_1{
	width: 100%;
	font-size: 26px;
}
.zxli1_2{
	width: 100%;
	font-size: 34px;
	font-weight: bold;
}
.zxli2{
	width: 345px;
	height: 215px;
	display: block;
	object-fit: cover;
	object-position: center;
	float: left;
	transition: all .5s;
}
.zxlist:hover .zxli2{
    transform: scale(1.05);
}
.zxli3{
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: calc(100% - 345px);
	float: left;
	padding-left: 3%;
}
.zxli3_1{
	width: 100%;
	font-size: 20px;
	color: #07409E;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zxlist:hover .zxli3_1{
    font-weight: bold;
}
.zxli3_1 code{
    flex: 1;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.zxli3_1 span{
    margin-left: 20px;
    float: right;
    font-size: 14px;
    color: #c3c3c5;
}
.zxli3_2{
	width: 100%;
	margin-top: 20px;
	font-size: 18px;
	color: #9d9592;
	line-height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.zxli3_3{
    display: none;
	width: 100%;
	margin-top: 20px;
	font-size: 22px;
	color: #000000;
}
.zxli3_3 span{
	display: inline-block;
	vertical-align: middle;
}
.zxli3_3 img{
	width: 10px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.zxli3_4{
	width: 30px;
	display: block;
	margin-top: 25px;
}
.zxli4{
	box-sizing: border-box;
	width: calc(100% - 345px);
	float: left;
	padding-left: 3%;
}
.LDLYS{
	width: 100%;
	display: flex;
}
.LDLY{
	width: 100%;
	margin: 50px auto;
}
.ldly1{
	width: 100%;
	text-align: center;
	font-size: 36px;
	    color: #07409E;
	    font-weight: bold;
}
.ldly1 span {
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
}
.ldly1 span::after {
    content: '';
    width: 100%;
    height: 24px;
    background: #CDD9EC;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.ldly2{
	width: 100%;
	margin-top: 70px;
	display: flex;
	background-image: url(../img/img84.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.ldly3{
	width: 100%;
}
.ldly3_1{
	width: 100%;
	display: inline-block;
	margin-bottom: 35px;
}
.ldly3_1:last-child{
	margin-bottom: 0;
}
.ldly3_2{
	width: 30%;
	height: 115px;
	background: #07409E;
	float: left;
	box-sizing: border-box;
	padding: 0 3%;
	box-shadow: 2px 0 12px rgba(95,95,95, 0.53);
	position: relative;
	z-index: 1;
}
.ldly32_1{
	font-size: 50px;
	color: white;
	line-height: 115px;
	display: inline-block;
	vertical-align: middle;
}
.ldly32_2{
	border-left: 3px solid #DB4C10;
	box-sizing: border-box;
	margin-left: 4%;
	padding-left: 4%;
	font-size: 30px;
	color: white;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.ldly3_3{
	width: 90%;
	height: 115px;
	background: white;
	box-shadow: 6px 0 13px rgba(14,5,9, 0.29);
	float: left;
	margin-top: 10px;
	margin-left: -20%;
	box-sizing: border-box;
	position: relative;
}
.ldly33{
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 100%;
	padding: 0 4%;
	padding-left: 25%;
	font-size: 18px;
	color: #1E1E1E;
	/*display: -webkit-box;*/
	/*-webkit-box-orient: vertical;*/
	/*-webkit-line-clamp: 2;*/
	/*overflow: hidden;*/
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.LCZCS{
	width: 100%;
	margin-top: 20px;
}
.LCZC{
	width: 100%;
}
.lczc1{
	width: 100%;
	display: inline-block;
}
.lczc2{
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding: 0 3%;
	margin-top: 90px;
	padding-bottom: 65px;
	background-image: url(../img/img90.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 2px auto;
	position: relative;
}
.lczc2:last-child{
	position: relative;
}
.lczc2:last-child::after{
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(../img/img90.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 2px auto;
	position: absolute;
	right: 0;
	top: 0;
}
.lczc2::before{
	    content: '';
	    width: 100%;
	    height: 70px;
	    background-image: url(../img/img88.png);
	    background-position: right top;
	    background-repeat: no-repeat;
	    background-size: auto 100%;
	    position: absolute;
	    right: -25%;
	    top: 35px;
}
.lczc2:last-child::before{
	display: none;
}
.lczc2_1{
	width: 180px;
	margin: auto;
	position: relative;
}
.lczc2_1 img{
	width: 100%;
	display: block;
}
.lczc2_1 span{
	width: 100%;
	font-size: 36px;
	color: white;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.lczc2_2{
	width: 100%;
	height: 140px;
	box-sizing: border-box;
	text-align: center;
	font-size: 24px;
	color: #000000;
	margin-top: 40px;
	line-height: 35px;
	overflow: hidden;
}
.JMLCS{
	width: 100%;
	margin-top: 36px;
	padding: 20px 0 50px;
	background-color: #efefef;
}
.JMLC{
	width: 100%;
}
.jmlc1{
	width: 100%;
	margin-top: 100px;
}
.jmlc1 img{
	max-width: 100%;
	display: block;
}
.QJJRS{
	width: 100%;
	margin-top: 20px;
}
.QJJR{
	width: 100%;
}
.qjjr1{
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #000000;
}
.qjjr2{
	width: 20px;
	display: block;
	margin: auto;
	margin-top: 40px;
}
.qjjr3{
	width: 100%;
	margin-top: 50px;
	display: inline-block;
}
.qjjr3_1{
	width: 32%;
	height: 220px;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #07409E;
	box-sizing: border-box;
	padding: 0 35px;
}
.qjjr3_1:nth-child(3n){
	margin-right: 0;
}
.qjjr3_2{
	border-bottom: 1px solid white;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 0;
	font-size: 21px;
	color: white;
}
.qjjr3_2 img{
	height: 40px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-bottom;
}
.qjjr3_2 span{
	display: inline-block;
	vertical-align: text-bottom;
}
.qjjr3_3{
	width: 100%;
	margin-top: 20px;
	font-size:24px;
	color:white;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qjjr3_4{
	width: 66%;
	height: 220px;
	float: left;
	background: #07409E;
	box-sizing: border-box;
	padding: 20px 35px;
	display: inline-block;
}
.qjjr34_1{
	border-bottom: 1px solid white;
	box-sizing: border-box;
	width: 27%;
	padding-bottom: 20px;
	float: left;
	font-size: 21px;
	color: white;
}
.qjjr34_1 img{
	height: 40px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-bottom;
}
.qjjr34_1 span{
	display: inline-block;
	vertical-align: text-bottom;
}
.qjjr34_2{
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 73%;
	float: left;
	text-align: center;
}
.qjjr342{
	width: 120px;
	display: inline-block;
	margin-right: 35px;
	font-size: 20px;
	color: white;
	text-align: center;
}
.qjjr342:last-child{
	margin-right: 0;
}
.qjjr342 img{
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
.pages {
	width: 100%;
	text-align: right;
	margin-bottom: 30px;
}

.pagination {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.pagination li {
	display: inline;
	text-align: center;
}
.pagination li .fa{
    background: none;
    text-decoration: underline;
}
.pagination a {
	box-sizing: border-box;
	float: left;
	display: block;
	font-size: 20px;
	text-decoration: none;
	color: #010101;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	text-align: center;
	background: #EAEAE9;
	margin: 0 5px;
}

.pagination a img {
	height: 15px;
}

.pagination li span {
	float: left;
	display: block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
		text-align: center;
	margin: 0 5px;
	color: #010101;
}

.pagination a.active {
	background: #859EC8;
	color: white;
}

.pagination a:active {
	background: #859EC8;
	color: white;
}
.pagination a:hover{
	background: #859EC8;
	color: white;
}
.page1{
    	display: inline-block;
	vertical-align: middle;
}
.page1 span{
    font-size: 20px;
    color: #010101;
    display: inline-block;
	vertical-align: middle;
}
.page1 input{
    border: 1px solid #C9C9C9;
    box-sizing: border-box;
    outline: none;
    width: 80px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
     font-size: 20px;
    color: #010101;
    text-align: center;
    background: white;
     display: inline-block;
	vertical-align: middle;
}
.page2{
    border: none;
    outline: none;
    margin-left: 10px;
    width: 60px;
    height: 40px;
    background: #859EC8;
    color: white;
    font-size: 20px;
    display: inline-block;
	vertical-align: middle;
}
.rjjzg{
    font-size: 0;
    text-align: center;
}
.rjjzg img{
    max-width: 100%;
}
.pplc{
    padding-top: 50px;
    background-color: #f9f9f9;
    position: relative;
}
#pplc{
    position: absolute;
    top: -80px;
}
.pplc1{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}
.pplc2{
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 50px 0 70px;
    position: relative;
}
.pplc2:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
    background-color: #e7e7e7;
}
.pplc3{
    width: 50%;
    padding-right: 55px;
    box-sizing: border-box;
}
.pplc4{
    text-align: right;
    font-size: 20px;
    color: #000000;
    line-height: 1;
    position: relative;
}
.pplc4:before{
    content: '';
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    z-index: 2;
    border-radius: 50%;
    background-color: #0041c3;
}
.pplc4:after{
    content: '';
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #e6e6e6;
}
.pplc5{
    margin-top: 10px;
    font-size: 14px;
    color: #606060;
    line-height: 30px;
    text-align: right;
}
.pplc6{
    margin-top: 24px;
    font-size: 0;
    text-align: right;
}
.pplc6 img{
    max-width: 100%;
}
.pplc3:nth-child(2n){
    padding: 0 0 0 55px;
    margin-top: 90px;
}
.pplc3:nth-child(2n) .pplc4{
    text-align: left;
}
.pplc3:nth-child(2n) .pplc4:before{
    left: -60px;
    right: auto;
}
.pplc3:nth-child(2n) .pplc4:after{
    right: auto;
    left: -55px;
}
.pplc3:nth-child(2n) .pplc5{
    text-align: left;
}
.pplc3:nth-child(2n) .pplc6{
    text-align: left;
}
.download{
    text-align: center;
}
.download a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 152px;
    height: 43px;
    background-color: #003ea1;
    font-size: 16px;
    color: #ffffff;
    transition: all .5s;
}
.download a:hover{
    transform: scale(1.05);
}
.download a img{
    height: 18px;
    margin-right: 9px;
}
.share{
    margin-top: 40px;
    font-size: 18px;
    color: #606060;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.share a{
    font-size: 0;
    margin-left: 20px;
    display: inline-block;
}
.sxy{
    margin: 50px 0;
    border-top: 1px solid #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sxy a{
    font-size: 16px;
    color: #606060;
    width: calc((100% - 130px)/2);
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.sxy a:hover{
    color: #004d9f;
}
.sxy a.list{
    width: 90px;
    height: 90px;
    background-color: #004d9f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
    transition: all .5s;
}
.sxy a.list:hover{
    transform: scale(1.05);
}
.sxy a:last-child{
    text-align: right;
}
.xmbb{
    background-color: #f5f5f7;
    padding: 100px 0 80px;
}
.xmbb1{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}
.xmbb2{
    margin-top: 40px;
    
}
.xmbb3{
    font-size: 18px;
    color: #333333;
}
.xmbb3 span{
    color: #ff0000;
}
.xmbb4{
    margin-top: 16px;
}
.xmbb4 input{
    width: 100%;
    height: 62px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    outline: none;
    padding: 0 30px;
    font-size: 18px;
    box-sizing: border-box;
}
.xmbb5{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xmbb6{
    margin-top: 30px;
    width: calc((100% - 30px)/2);
}
.xmbb7{
    margin-top: 30px;
    width: 100%;
}
.xmbb8{
    margin-top: 36px;
}
.xmbb8 input{
    width: 100%;
    height: 62px;
    background-color: #07409e;
    border: 1px solid #07409e;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    transition: all .5s;
}
.xmbb8 input:hover{
    transform: scale(1.05);
}
.xmjs{
    margin-top: 60px;
}
.xmjs1{
    margin-top: 30px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 44px;
}
.xmjs2{
    margin-top: 20px;
}
.ljxj{
    margin-top: 30px;
}
.ljxj1{
    margin-top: 60px;
    display: flex;
    box-shadow: 0 0 10px #333333;
}
.ljxj2{
    flex: 1;
    background-color: #ffffff;
    padding: 10px;
}
.ljxj3 {
	width: 480px;
    background-image: url(../img/con_bg.png);
    background-size: cover;
    padding: 70px 60px 0 36px;
    box-sizing: border-box;
}
.ljxj4{
    margin-top: 25px;
}
.ljxj4 input{
    width: 100%;
    height: 45px;
    background-color: rgba(0,0,0,0);
    font-size: 16px;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.49);
    outline: none;
}
.ljxj4 input::-webkit-input-placeholder{ /*WebKit browsers*/
	color: rgba(255,255,255,0.49);
}
.ljxj4 input::-moz-input-placeholder{ /*Mozilla Firefox*/
	color: rgba(255,255,255,0.49);
}
.ljxj4 input::-ms-input-placeholder{ /*Internet Explorer*/ 
	color: rgba(255,255,255,0.49);
}
.gys{
    margin: 80px 0;
}
.gys1{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}
.gys2{
    margin-top: 40px;
    font-size: 20px;
    line-height: 36px;
}
.gys3 ul li{
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: all .5s;
}
.gys4{
    width: 215px;
    margin-right: 20px;
    font-size: 0;
    overflow: hidden;
}
.gys4 img{
    transition: all .5s;
}
.gys3 ul li:hover{
    transform: translateY(-10px);
}
.gys3 ul li:hover .gys4 img{
    transform: scale(1.05);
}
.gys5{
    flex: 1;
}
.gys6{
    padding-bottom: 10px;
    border-bottom: 1px solid #bdcadf;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gys7{
    font-size: 20px;
    color: #07409e;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.gys7 img{
    margin-right: 10px;
}
.gys8{
    display: flex;
    align-items: center;
}
.gys8 a{
    font-size: 18px;
    color: #07409e;
    text-decoration: underline;
}
.gys8 a:hover{
    font-weight: bold;
}
.gys8 img{
    margin-right: 10px;
}
.gys9{
    margin-top: 20px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.gysinfo{
    margin-top: 30px;
    font-size: 20px;
    color: #07409e;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #bdcadf;
}
.gysinfo img{
    margin-right: 10px;
}
.gysinfo1{
    margin-top: 20px;
}
.gysinfo1 img{
    max-width: 100%;
}
.rczp{
    margin-top: 50px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    box-shadow: 0 0 10px #eeeeee;
}
.rczp1{
    font-size: 0;
    width: 520px;
}
.rczp1 img{
    max-width: 100%;
}
.rczp2{
    flex: 1;
    box-sizing: border-box;
    padding: 10px 70px 50px 30px;
}
.rczp3{
    margin-top: 30px;
    font-size: 16px;
    color: #254868;
    line-height: 30px;
}
.rczp4{
    margin-top: 20px;
    background-color: #fafafa;
    padding: 20px;
    transition: all .5s;
}
.rczp4:hover{
    box-shadow: 0 0 10px #eeeeee;
    transform: scale(1.02);
}
.rczp5{
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #07409e;
    font-weight: bold;
}
.rczp5 span{
    font-size: 0;
    margin-right: 16px;
}
.rczp5 code{
    font-family: inherit;
}
.zk{
    display: none;
}
.rczp6{
    display: none;
    margin-top: 20px;
    font-size: 14px;
    color: #162545;
    line-height: 28px;
    padding-left: 32px;
}
.rczp4.on .zk{
    display: block;
}
.rczp4.on .sq{
    display: none;
}
.rczp4.on .rczp6{
    display: block;
}
.syabout{
    padding: 90px 70px;
    overflow: hidden;
}
.syabout1{
    float: left;
    width: 49%;
}
.syabout2{
    font-size: 16px;
    color: #d0ceca;
}
.syabout3{
    margin-top: 20px;
    font-size: 40px;
    color: #333333;
    font-weight: bold;
}
.syabout4{
    font-size: 14px;
    color: #110000;
    margin-top: 30px;
    line-height: 30px;
}
.syabout5{
    float: right;
    width: 49%;
    position: relative;
}
.syabout5 video{
    width: 100%;
}
.play{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 96;
    transform: translate(-50%,-50%);
}
.syabout5:hover .play{
    display: block;
}
.sydata{
    background-color: #184388;
    padding: 60px 70px;
    overflow: hidden;
}
.sydata1{
    float: left;
    width: calc(100% / 6);
    text-align: center;
}
.sydata2{
    font-size: 16px;
    color: #f7fcfb;
}
.sydata2 span{
    font-size: 50px;
    font-weight: bold;
}
.sydata3{
    margin-top: 16px;
    font-size: 20px;
    color: #f7fcfb;
}
.syserve{
    text-align: right;
}
.syserve1{
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}
.syserve2{
    margin-top: 9px;
    font-size: 14px;
    color: #ffffff;
    font-weight: lighter;
    white-space: nowrap;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '' !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}
.ryzz1_dd{
    overflow: hidden;
    margin-bottom: 20px;
}
.ryzz1_dd1{
    float: left;
    width: 25%;
}
.fixed{
    position: fixed;
    left: 0;
    z-index: 9;
    right: 0;
    top: 110px;
}



